projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6710eb5
)
Fix annotations
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 26 Jan 2021 12:54:00 +0000
(12:54 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 26 Jan 2021 12:54:00 +0000
(12:54 +0000)
The arguments are really (inout), not (out).
gdk/gdksurface.c
patch
|
blob
|
history
diff --git
a/gdk/gdksurface.c
b/gdk/gdksurface.c
index d0dbf52b8571c8efa415624299686a44f300782f..52b45edfd19ac73ce4bb12b6a6e666a50dc83314 100644
(file)
--- a/
gdk/gdksurface.c
+++ b/
gdk/gdksurface.c
@@
-2960,8
+2960,8
@@
gdk_surface_request_motion (GdkSurface *surface)
* gdk_surface_translate_coordinates:
* @from: the origin surface
* @to: the target surface
- * @x: (out): coordinates to translate
- * @y: (out): coordinates to translate
+ * @x: (
in
out): coordinates to translate
+ * @y: (
in
out): coordinates to translate
*
* Translates the given coordinates from being
* relative to the @from surface to being relative